@charset "utf-8";

/* 头部 */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* :hover::-webkit-scrollbar {
  width: 10px;
  height: 10px;
} */

html {
    overflow-x: hidden;
}

header {
    width: 100%;
    min-width: 1600px;
    position: absolute;
    top: 0;
    z-index: 2;
    height: 142px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

header.one::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 567px;
    background: url(../images/header_bg.png);
    background-size: 100% 100%;
    z-index: -1;
}

header.open::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(28, 108, 215, 1), rgba(28, 108, 215, 0));
    background-size: 100%;
    z-index: -1;
}

header .w1600 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .w1600 .logo img {
    display: block;
}

.header_right {
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
}

.header_right .search {
    margin: 0 15px 0 40px;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-image: url(../images/fdj.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.header_right .yclm {
    width: 49px;
    height: 35px;
    margin: 0 20px;
    background-image: url(../images/hbdh.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* 右侧导航 */
.rightNav {
    position: fixed;
    width: 25%;
    height: 100%;
    right: -35%;
    top: 0;
    z-index: 100;
    background-image: url(../images/nav_bg.png);
    padding: 50px;
    overflow: auto;
}

.rightNav ul {
    margin-top: 0;
}

.rightNav ul li .h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #306ec0;
    padding: 20px 0;
}

.rightNav ul li .h4 span {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/nav_yjt.png);
    cursor: pointer;
    transform: rotate(-90deg);
    transition: transform 0.5s ease;
}

.rightNav ul li .h4 span.rotate-90 {
    transform: rotate(90deg);
}

.rightNav ul li .h4 a {
    display: block;
    color: #fff;
    font-size: 17px;
}

.rightNav ul li .list {
    padding: 10px 23px;
    background: rgba(255, 255, 255, 0.25);
    );
    display: none;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.rightNav ul li .list.open {
    display: block;
    max-height: 1000px;
}

.rightNav ul li .list .h5 a {
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
}

.rightNav ul li .list .h5 a:hover {
    color: #FFC107;
}


/* banner */

.banner {
    height: 100vh;
    overflow: hidden;
    inset: 0px;
    z-index: 1;
    position: relative;
}

.banner .fade-1 {
    height: 100%;
}

#banner {
    overflow: hidden;
    position: relative;
    transform: rotate3d();
    transform: rotateX('angle');
    transform: rotatey('angle');
    transform: rotateZ('angle');
}

#banner .slick-list,
#banner .slick-slide,
#banner .slick-slider,
#banner .slick-track {
    height: 100%;
}

#banner .slick-slide {
    outline: 0px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .slick-list,
.banner .slick-track,
.banner .item {
    height: 100%;
}

.banner .item .image {
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    transform: scale(1.1);
    transition: all 5s ease-in-out 0s;
}

.banner .item .image video {
    object-fit: cover;
    transform: scale(1.1);
    transition: all 5s ease-in-out 0s;
    width: 100%;
}

.banner .item.slick-current .image video {
    transform: scale(1);
}

.banner .item a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner .item.slick-current .image {
    transform: scale(1);
}

.fix-top {
    width: 100%;
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: auto;
    right: 0;
    background: #fff;
    overflow-x: hidden;
    z-index: 888;
    outline: none;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
}

.fix-top.fixed {
    width: 100%;
    min-width: 1600px;
    position: absolute;
    top: 0;
}

.main2 {
    position: relative;
    z-index: 3;
}

.banner .slick-dots {
    bottom: 25px;
    right: 8.3333%;
}

.banner .slick-dots li {
    width: 31px;
    height: 43px;
    background-image: url(../images/banner_active_.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 20px;
}

.banner .slick-dots .slick-active {
    background-image: url(../images/banner_active.png);
}


/* 尾部 */

.footer {
    background-image: url(../images/footer_bg.png);
    background-size: cover;
}

.footer_top {
    padding: 78px 0 35px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.14);
}

.footer_top .w1600 {
    display: flex;
    justify-content: space-between;
}

.footer_top_l .logo img {
    display: block;
    max-width: 100%;
}

.footer_top_l .dz {
    margin-top: 44px;
}

.footer_top_l .dz p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
}

.footer_top_r {
    margin-right: 15%;
    display: flex;
    align-items: center;
}

.footer_top_r li {
    margin: 0 25px;
    cursor: pointer;
    position: relative;
}

.footer_top_r li .twocode {
    /* display: none; */
    position: absolute;
    width: 120px;
    height: 0px;
    top: -3px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.footer_top_r li:hover .twocode {
    /* display: block; */
    height: 120px;
    opacity: 1;
}

.footer_top_r .gzh .twocode {
    position: absolute;
    left: -140px;
}

.footer_top_r .dy .twocode {
    right: -140px;
}

.footer_top_r li .twocode img {
    width: 100%;
    height: 100%;
    display: block;
}

.footer_top_r li p {
    margin-top: 25px;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    text-align: center;
}



.footer_top_r li .img img {
    display: block;
    width: 88px;
    height: 88px;
    object-fit: cover;
}

.footer_btm {
    padding: 10px 0;
}

.footer_btm .w1600 p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.footer_btm .w1600 p a {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}

@media (max-width: 1600px) {
    .fix-top {
        position: relative;
    }

    .fix-top.fixed {
        position: relative;
    }

    .banner {
        height: 800px;
    }

    .main2 {
        position: relative;
        z-index: 999999;
    }
}

/*
@media (max-width: 1650px) {
    .w1600 {
        width: 100%;
        padding: 0 4%;
    }
}

@media (max-width: 1325px) {
    .footer_top {
        padding: 40px 0 30px;
    }

    .footer_top_l .dz p {
        font-size: 14px;
        line-height: 26px;
    }

    .footer_btm .w1600 p {
        font-size: 14px;
        line-height: 28px;
    }

    .footer_top_r li p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 14px;
    }

    .footer_btm {
        padding: 5px 0;
    } 
}


@media (max-width: 1200px) {

    .banner {
        width: 100%;
        height: 550px !important;
    }

    .banner .slick-slider {
        width: 100%;
        height: 100%;
    }

    .banner .slick-slide img {
        width: 100%;
        display: block;
        height: 100%;
        object-fit: cover;
    }

    .w1600 {
        padding: 0 3%;
    }

    .red {
        display: block;
        position: absolute;
        right: -120%;
        top: 100px;
        height: calc(100vh - 100px);
        overflow: auto;
    }

    header.on::before,
    header.open::before {
        height: 100%;
        background: linear-gradient(to bottom, rgba(28, 108, 215, 1), rgba(28, 108, 215, 0.5));
    }

    header {
        height: 100px;
    }

    .header_right {
        border-left: none;
    }

    .header_right .search {
        margin-right: 30px;
        margin-left: 0;
        width: 40px;
        height: 40px;
        background-size: 50%;
    }

    .header_right .yclm {
        display: none;
    }

    .header_right .menu {
        cursor: pointer;
    }

    .header_right .menu span {
        display: block;
        width: 40px;
        height: 3px;
        background: #fff;
        border-radius: 1px;
    }

    .header_right .menu span:nth-child(2) {
        margin: 10px 0;
    }

    .header_right .menu.ope span:nth-child(1) {
        width: 40px;
        transform: rotate(45deg);
        margin-top: 12px;
    }

    .header_right .menu.ope span:nth-child(2) {
        width: 40px;
        transform: rotate(-45deg);
        margin-top: -3px;
    }

    .header_right .menu.ope span:nth-child(3) {
        opacity: 0;
    }

    .header_right .menu span {
        transition: transform 0.3s ease;
    }

    .footer_top_r {
        margin-right: 0;
    }

    .footer_top {
        padding: 40px 0 35px;
    }

    header .w1600 .logo img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .banner {
        height: auto;
        overflow: hidden;
        position: absolute;
    }

    .fix-top {
        position: relative;
        top: 550px;
    }
}

@media (max-width: 1024px) {
    header .w1600 .logo {
        width: calc(100% - 200px);
    }

    .banner .slick-dots li {
        width: 20px;
        height: 28px;
        margin: 0 10px;
    }

    .banner .slick-dots {
        right: 3%;
    }

    .footer_top_l {
        width: calc(100% - 300px);
    }

}

@media (max-width: 768px) {
    .jquery-accordion-menu {
        width: 100%;
    }
}

@media (max-width: 650px) {
    header .w1600 .logo {
        width: calc(100% - 150px);
    }

    .footer_top .w1600 {
        display: block;
    }

    .footer_top_l {
        width: 100%;
    }

    .footer_top_r {
        margin-top: 30px;
        justify-content: center;
    }

    .footer_top_l .dz {
        margin-top: 30px;
        text-align: center;
    }
}

@media (max-width: 576px) {
    header {
        height: 70px;
    }

    .red {
        top: 70px;
        height: calc(100vh - 70px);
    }

    .header_right .search {
        margin-right: 20px;
        width: 30px;
        height: 30px;
    }

    .header_right .menu span {
        width: 30px;
        height: 2px;
    }

    .header_right .menu span:nth-child(2) {
        margin: 9px 0;
    }

    .header_right .menu.ope span:nth-child(1) {
        width: 30px;
        margin-top: 12px;
    }

    .header_right .menu.ope span:nth-child(2) {
        width: 30px;
        margin-top: -3px;
    }

    .banner .slick-dots li {
        width: 10px;
        height: 14px;
        margin: 0 5px;
    }

    .banner .slick-dots {
        bottom: 20px;
    }

    .banner {
        height: 400px !important;
    }

    .fix-top {
        top: 400px;
    }
}

@media (max-width: 480px) {
    header .w1600 .logo {
        width: calc(100% - 120px);
    }

    .banner .slick-dots {
        bottom: 15px;
    }

    .footer_top {
        padding: 30px 0;
    }

    .footer_top_r li .img img {
        width: 50px;
        height: 50px;
    }

    .footer_top_r li .img img {
        margin: 0 auto;
    }

    .footer_top_r .gzh .twocode {
        left: -98px;
    }

    .footer_top_r .dy .twocode {
        right: -98px;
    }

    .footer_top_r li p {
        margin-top: 15px;
        font-size: 14px;
        line-height: 14px;
    }

    .footer_btm .w1600 p a,
    .footer_btm .w1600 p {
        font-size: 14px;
    }

    .footer_top_l .dz p {
        font-size: 14px;
    }

    .banner {
        height: 300px !important;
    }

    .fix-top {
        top: 300px;
    }
} */